home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / FRONTW20.ARJ / FW_READ.TXT next >
Text File  |  1992-04-05  |  10KB  |  180 lines

  1. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. +                                                           +
  3. +                               FW_README.TXT                              +
  4. +                 Last Minute News For FrontWindow Users                   +
  5. +                              Version 2.0                                 +
  6. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  7.  
  8.  
  9. ***************************************************************************
  10. *   THIS FILE SHOULD BE VIEWED IN NOTEPAD WITH WORDWRAP ON                *
  11. ***************************************************************************
  12.  
  13.  
  14. !! IMPORTANT FOR USERS ADDICTED TO DIRECTORY NAMES WITH DOTS IN THEM  !!
  15. =========================================================================
  16.  
  17. The way in which FrontWindow constructs FWN filenames (i.e files which contain the text for the notes window) has changed from version 1.0.  In version 1.0 the directory name extension was simply dropped and replaced with "FWN".  The problem with this approach is that if you have several directories with the same name and different extensions, i.e. MYDIRCT.1, MYDIRCT.2, MYDIRCT.3 etc., the notes files for this set will all have the same name - "MYDIRCT.FWN".  This makes it impossible to backup the FWN files into a Notes backup directory without renaming them.
  18.  
  19. In version 1.1 the first five characters of the name are taken, the directory extension is appended and then the "FWN" extension is added to produce the notes filename.  This will produce the Notes filenames MYDIR1.FWN, MYDIR2.FWN, MYDIR3.FWN etc.. 
  20.  
  21. If you have Notes files produced by version 1.0 for directory names which have extensions which you don't want to retype you will have to rename the notes files using FRONTWINDOW's rename facility.
  22.  
  23.  
  24. !! TALKING ABOUT BACKING UP FWN FILES !!
  25. ========================================
  26.  
  27. If you find the Notes Window to be a useful feature of FRONTWINDOW you may wish to make sure you have them backed up.  To do this use the FIND option to locate them, then ADD them TO BIN, you can now copy them to a FWN backup directory.
  28.  
  29. Unfortunately this procedure is not completely adequate if you have subdirectories with the same names in different places on your directory tree.  In this case you will have to selectively backup your FWN files avoiding duplication of FWN names. 
  30.  
  31. !! NOTE THE DOUBLE CLICKING !!
  32. ==============================
  33.  
  34. In version 1.0 selection of a destination directory for copy / moves was accomplished by single clicking the left mouse button.  In version 1.1 this is replaced by double clicking. 
  35.  
  36. !! ANOMALIES !!
  37. ===============
  38.  
  39. The documentation to version 1.0 indicated that the WINDOW anomaly (anomaly 1) would be fixed. It is now fixed.
  40.  
  41. !! PRINTING !!
  42. ==============
  43.  
  44. In version 1.0 the selection of Printing options with some printer drivers caused the program to produce an "Unrecoverable Application Error".  This bug was not detected because we only tested the printing options for the printers we could emulate.  This bug has been fixed.
  45.  
  46. There has been a report that the PROPRINTER driver not does produce a correct DIRECTORY MAP.  The code has been examined and modifications made.  It looks to be device independent.  However I cannot test it out on all printers.  If your printer produces unacceptable results please contact SOFT VISTAS FOR WINDOWS, if you write enclose an example of the problem.  It is the policy of SOFT VISTAS to support its product by maintaining contact with users.    
  47.  
  48.  
  49. !! MEMORY !!
  50. ============
  51.  
  52. FrontWindow has been tested with a minimum memory of 2MEG.  If you only have 2MEG 
  53.  
  54. a) it is worth getting another 2.
  55.  
  56. b) in order to run FrontWindow you will need to let it have access to most of this memory while FrontWindow is active.  FrontWindow does not take all this memory all the time but must be able to get at it for allocating copy and other buffers.  It is important therefore that you set up SMARTDRIVE correctly. Smartdrive has two parameters, the first is the amount of memory to allocate to smartdrive when windows is not running, the second is the amount to allocate when windows is running.  The second parameter should be set to 512 or less.
  57.  
  58.  
  59. !! NOTES WINDOW LIMIT !!
  60. ========================
  61.  
  62. The notes window has a limit of 5,000 characters for the registered version and 1000 for the unregistered version.
  63.  
  64.  
  65. !! PRINTING NOTES !!
  66. =====================
  67.  
  68. FrontWindow does not format the Notes text before printing.  The print out is exactly as on screen.  If you use lower case charcters in the Notes window the text may be too wide for a page in portrait mode.  Using upper case exclusively should ensure that the text fits OK in portrait.  The text (upper case and lower case) should always fit in landscape mode.
  69.  
  70. Improved print formatting will be included in version a later of FrontWindow.
  71.  
  72.  
  73. ==========================================================================
  74. =                   IMPROVEMENTS TO VERSION 2.0                          =
  75. ==========================================================================
  76.  
  77. 1.  FrontWindow now has its own initialization file - FW.INI.  There are         several sections with parameters which customize the behaviour of
  78.     FrontWindow.  A default FW.INI is included on the FrontWindow version
  79.     2 disk.  Here is a brief overview of the customization parameters :
  80.  
  81.     [STARTUP] section
  82.  
  83.         RUNMAX == 1      FrontWindow starts up in full screen mode.
  84.  
  85.     RUNMAX == 2      Windows takes care of the initial size.
  86.  
  87.  
  88.         [DIRECTORIES] section
  89.   
  90.         REREADTREE == 0  FrontWindow doesn't reread the directory tree
  91.                          when reactivated.
  92.  
  93.            REREADTREE == 1  FrontWindow rereads the directory tree if                                    diskspace changes between deactivation and
  94.                          reactivation.  
  95.  
  96.     REREADTREE == 2  FrontWindow always rereads the directory tree
  97.                          when reactivated.    
  98.  
  99.  
  100.  
  101.     FILES_ON_DELETE == 0  No extra information in deletion confirm box.
  102.  
  103.     FILES_ON_DELETE == 1  Deletion confirm box will show number of files
  104.                           in the tree to be deleted and the spread of
  105.                           attributes amongst the files.
  106.  
  107.  
  108.     
  109. DBLCONFIRM_ON_DELETE== 0  Single confirmation box before deletion of a                                 directory tree begins.
  110.  
  111. DBLCONFIRM_ON_DELETE== 1  Two confirmation boxes have to be responded to
  112.                           before deletion of directory tree begins.   
  113.  
  114.  
  115.  
  116.     [FILES] section
  117.         
  118.     {REREADFILES parameter is only significant if REREADTREE is 0}
  119.  
  120.     REREADFILES == 0  Files Window is not updated when FrontWindow
  121.                           is reactivated.
  122.  
  123.     REREADFILES == 1  Files Window is updated when FrontWindow is
  124.                           reactivated.
  125.  
  126.     
  127.  
  128.   CONFIRM_ON_DELETE == RASH or SHR or R etc.
  129.                    Specifies the attibute type(s) of files 
  130.                        which are to be individually confirmed for
  131.                        deletion when doing a Files or Bin Delete.
  132.                        (This does not apply to deleting Directories).
  133.  
  134.  
  135.     [RUN] section
  136.  
  137.     This section sets up the FrontWindow Run Menu
  138.  
  139.  
  140.     [LAYOUT] section 
  141.  
  142.     This section contains parameters used by the Save As Default 
  143.     option on the Windows Menu.
  144.  
  145. These parameters can easily be modified by using the Configure - FW.INI Parameters option.
  146.  
  147.  
  148. 2.  Save As Default option on the Configure Menu.  This option allows you        to save any window configuration you like as the default (which is the
  149.     layout FrontWindow initially presents.
  150.  
  151. 3.  Extra print option on Directories Menu - Print Files (Current 
  152.     Directory).
  153.  
  154. 4.  Rename Directory option is now instantaneous (in versions 1.0 and 1.1
  155.     the directory tree was reread after a rename. This is no longer
  156.     necessary.
  157.  
  158. 5.  File Viewer - double right clicking on a file in the Files Window
  159.     activates a File View Window.  The viewer has two modes - Hexidecimal
  160.     and text or Text only, clicking with the right button in the File 
  161.     View Window toggles between the two modes.
  162.  
  163. 6.  FrontWindow now checks for duplicate filenames before doing a Bin
  164.     BackUp (the Bin BackUp cannot handle duplicate files because of the way
  165.     files are split across files). 
  166.  
  167. 7.  Range selection in Files Window.
  168.  
  169. 8.  FrontWindow now saves directory tree information to a disk file so           that it can load back the directory tree much more quickly. You     can specify the directory you wish to use for the tree files by using        the Configure - Tree Files option.
  170.  
  171. 9.  The Configure menu has options for adding and deleting items to / from       the Run menu.  This greatly simplifies use of the Run menu.
  172.  
  173. 10. New option on the Files menu - MASK COPY.  This allows you to use the        destination directory as a template foe copying files - only files           which already exist in the destination are copied from the source.
  174.  
  175. 11. The number of directories FrontWindow can work with is now limited           only by the amount of memory available.  It has been tested on a             Novell network which contained thousands of directories.
  176.  
  177. 12. As long as memory allows all hard disk trees are kept in memory so           that moving between them is virtually instantaneous.  When memory            runs out the least used tree is released from memory.
  178.  
  179. 13. The Files - Compare option has two new sub-options - 'Same Size' and
  180.     'Different Size'.